[INFO] cloning repository https://github.com/hector-crean/wires
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/hector-crean/wires" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhector-crean%2Fwires", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhector-crean%2Fwires'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 4f4f3b2edfaee87482c55d76c0b6af1aef36149b
[INFO] fixing hector-crean/wires against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhector-crean%2Fwires" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/hector-crean/wires
[INFO] finished tweaking git repo https://github.com/hector-crean/wires
[INFO] tweaked toml for git repo https://github.com/hector-crean/wires written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/hector-crean/wires on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/hector-crean/wires already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded smallstr v0.3.0
[INFO] [stderr]   Downloaded yrs v0.23.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] afbe6fbe64bb39d0e42c43eaae0d7d84b8673ff70c48688848f9fdbd3d97abcb
[INFO] running `Command { std: "docker" "start" "afbe6fbe64bb39d0e42c43eaae0d7d84b8673ff70c48688848f9fdbd3d97abcb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "afbe6fbe64bb39d0e42c43eaae0d7d84b8673ff70c48688848f9fdbd3d97abcb" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "afbe6fbe64bb39d0e42c43eaae0d7d84b8673ff70c48688848f9fdbd3d97abcb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "afbe6fbe64bb39d0e42c43eaae0d7d84b8673ff70c48688848f9fdbd3d97abcb" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]     Checking smallvec v1.15.0
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking thread_local v1.1.8
[INFO] [stderr]     Checking http-range-header v0.4.2
[INFO] [stderr]     Checking fastrand v2.3.0
[INFO] [stderr]     Checking matchit v0.8.4
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]     Checking smallstr v0.3.0
[INFO] [stderr]     Checking tracing-subscriber v0.3.19
[INFO] [stderr]     Checking event-listener v5.4.0
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking dashmap v6.1.0
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking event-listener-strategy v0.5.4
[INFO] [stderr]     Checking rand v0.9.1
[INFO] [stderr]     Checking async-lock v3.4.0
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]    Compiling zerovec-derive v0.10.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling icu_provider_macros v1.5.0
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling tracing-attributes v0.1.28
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling async-trait v0.1.88
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.7.5
[INFO] [stderr]     Checking tokio v1.44.2
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]     Checking yoke v0.7.5
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]     Checking thiserror v2.0.12
[INFO] [stderr]     Checking tungstenite v0.26.2
[INFO] [stderr]     Checking axum-core v0.5.2
[INFO] [stderr]     Checking zerovec v0.10.4
[INFO] [stderr]     Checking tinystr v0.7.6
[INFO] [stderr]     Checking icu_collections v1.5.0
[INFO] [stderr]     Checking icu_locid v1.5.0
[INFO] [stderr]     Checking serde v1.0.219
[INFO] [stderr]     Checking icu_provider v1.5.0
[INFO] [stderr]     Checking icu_locid_transform v1.5.0
[INFO] [stderr]     Checking icu_properties v1.5.1
[INFO] [stderr]     Checking serde_json v1.0.140
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking serde_path_to_error v0.1.17
[INFO] [stderr]     Checking yrs v0.23.1
[INFO] [stderr]     Checking hyper v1.6.0
[INFO] [stderr]     Checking tokio-util v0.7.15
[INFO] [stderr]     Checking tower v0.5.2
[INFO] [stderr]     Checking tokio-tungstenite v0.26.2
[INFO] [stderr]     Checking tower-http v0.6.2
[INFO] [stderr]     Checking icu_normalizer v1.5.0
[INFO] [stderr]     Checking hyper-util v0.1.11
[INFO] [stderr]     Checking axum v0.8.3
[INFO] [stderr]     Checking idna_adapter v1.2.0
[INFO] [stderr]     Checking idna v1.0.3
[INFO] [stderr]     Checking url v2.5.4
[INFO] [stderr]     Checking tungstenite v0.21.0
[INFO] [stderr]     Checking tokio-tungstenite v0.21.0
[INFO] [stderr]     Checking wires v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `SinkExt`
[INFO] [stdout]  --> src/client.rs:5:27
[INFO] [stdout]   |
[INFO] [stdout] 5 | use futures_util::{ready, SinkExt, Stream, StreamExt};
[INFO] [stdout]   |                           ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `tokio::task`
[INFO] [stdout]   --> src/client.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | use tokio::task;
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `sleep` and `timeout`
[INFO] [stdout]   --> src/client.rs:14:19
[INFO] [stdout]    |
[INFO] [stdout] 14 | use tokio::time::{sleep, timeout};
[INFO] [stdout]    |                   ^^^^^  ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `yrs::updates::encoder::Encode`
[INFO] [stdout]   --> src/client.rs:25:5
[INFO] [stdout]    |
[INFO] [stdout] 25 | use yrs::updates::encoder::Encode;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `GetString`, `Text`, and `Transact`
[INFO] [stdout]   --> src/client.rs:26:16
[INFO] [stdout]    |
[INFO] [stdout] 26 | use yrs::{Doc, GetString, Subscription, Text, Transact};
[INFO] [stdout]    |                ^^^^^^^^^                ^^^^  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `error`
[INFO] [stdout]   --> src/signaling.rs:13:21
[INFO] [stdout]    |
[INFO] [stdout] 13 | use tracing::{info, error};
[INFO] [stdout]    |                     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `SinkExt`
[INFO] [stdout]  --> src/client.rs:5:27
[INFO] [stdout]   |
[INFO] [stdout] 5 | use futures_util::{ready, SinkExt, Stream, StreamExt};
[INFO] [stdout]   |                           ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `tokio::task`
[INFO] [stdout]   --> src/client.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | use tokio::task;
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `sleep` and `timeout`
[INFO] [stdout]   --> src/client.rs:14:19
[INFO] [stdout]    |
[INFO] [stdout] 14 | use tokio::time::{sleep, timeout};
[INFO] [stdout]    |                   ^^^^^  ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `yrs::updates::encoder::Encode`
[INFO] [stdout]   --> src/client.rs:25:5
[INFO] [stdout]    |
[INFO] [stdout] 25 | use yrs::updates::encoder::Encode;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `GetString`, `Text`, and `Transact`
[INFO] [stdout]   --> src/client.rs:26:16
[INFO] [stdout]    |
[INFO] [stdout] 26 | use yrs::{Doc, GetString, Subscription, Text, Transact};
[INFO] [stdout]    |                ^^^^^^^^^                ^^^^  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `error`
[INFO] [stdout]   --> src/signaling.rs:13:21
[INFO] [stdout]    |
[INFO] [stdout] 13 | use tracing::{info, error};
[INFO] [stdout]    |                     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::conn::Connection`
[INFO] [stdout]    --> src/ws.rs:252:9
[INFO] [stdout]     |
[INFO] [stdout] 252 |     use crate::conn::Connection;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `AxumSink` and `AxumStream`
[INFO] [stdout]    --> src/ws.rs:253:21
[INFO] [stdout]     |
[INFO] [stdout] 253 |     use crate::ws::{AxumSink, AxumStream};
[INFO] [stdout]     |                     ^^^^^^^^  ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `SplitSink` and `SplitStream`
[INFO] [stdout]    --> src/ws.rs:254:32
[INFO] [stdout]     |
[INFO] [stdout] 254 |     use futures_util::stream::{SplitSink, SplitStream};
[INFO] [stdout]     |                                ^^^^^^^^^  ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `StreamExt`, `Stream`, and `ready`
[INFO] [stdout]    --> src/ws.rs:255:24
[INFO] [stdout]     |
[INFO] [stdout] 255 |     use futures_util::{ready, SinkExt, Stream, StreamExt};
[INFO] [stdout]     |                        ^^^^^           ^^^^^^  ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::pin::Pin`
[INFO] [stdout]    --> src/ws.rs:256:9
[INFO] [stdout]     |
[INFO] [stdout] 256 |     use std::pin::Pin;
[INFO] [stdout]     |         ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Context` and `Poll`
[INFO] [stdout]    --> src/ws.rs:258:21
[INFO] [stdout]     |
[INFO] [stdout] 258 |     use std::task::{Context, Poll};
[INFO] [stdout]     |                     ^^^^^^^  ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::time::Duration`
[INFO] [stdout]    --> src/ws.rs:259:9
[INFO] [stdout]     |
[INFO] [stdout] 259 |     use std::time::Duration;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `tokio::net::TcpStream`
[INFO] [stdout]    --> src/ws.rs:260:9
[INFO] [stdout]     |
[INFO] [stdout] 260 |     use tokio::net::TcpStream;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Mutex` and `Notify`
[INFO] [stdout]    --> src/ws.rs:261:23
[INFO] [stdout]     |
[INFO] [stdout] 261 |     use tokio::sync::{Mutex, Notify, RwLock};
[INFO] [stdout]     |                       ^^^^^  ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `tokio::task::JoinHandle`
[INFO] [stdout]    --> src/ws.rs:263:9
[INFO] [stdout]     |
[INFO] [stdout] 263 |     use tokio::task::JoinHandle;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `tokio_tungstenite::tungstenite::Message`
[INFO] [stdout]    --> src/ws.rs:265:9
[INFO] [stdout]     |
[INFO] [stdout] 265 |     use tokio_tungstenite::tungstenite::Message;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `MaybeTlsStream` and `WebSocketStream`
[INFO] [stdout]    --> src/ws.rs:266:29
[INFO] [stdout]     |
[INFO] [stdout] 266 |     use tokio_tungstenite::{MaybeTlsStream, WebSocketStream};
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Router`, `WebSocketUpgrade`, `WebSocket`, `extract::State`, `response::IntoResponse`, and `routing::get`
[INFO] [stdout]    --> src/ws.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 268 |         Router,
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 269 |         routing::get,
[INFO] [stdout]     |         ^^^^^^^^^^^^
[INFO] [stdout] 270 |         extract::ws::{WebSocket, WebSocketUpgrade},
[INFO] [stdout]     |                       ^^^^^^^^^  ^^^^^^^^^^^^^^^^
[INFO] [stdout] 271 |         extract::State,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^
[INFO] [stdout] 272 |         response::IntoResponse,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Error`
[INFO] [stdout]    --> src/ws.rs:274:32
[INFO] [stdout]     |
[INFO] [stdout] 274 |     use yrs::sync::{Awareness, Error};
[INFO] [stdout]     |                                ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Subscription`
[INFO] [stdout]    --> src/ws.rs:276:31
[INFO] [stdout]     |
[INFO] [stdout] 276 |     use yrs::{Doc, GetString, Subscription, Text, Transact};
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `msg`
[INFO] [stdout]   --> src/signaling.rs:64:37
[INFO] [stdout]    |
[INFO] [stdout] 64 |             RoomError::InvalidTopic(msg) => ServerError::Signaling(SignalingError::InvalidMessageFormat),
[INFO] [stdout]    |                                     ^^^ help: if this is intentional, prefix it with an underscore: `_msg`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::sync::Arc`
[INFO] [stdout]  --> examples/client.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::sync::Arc;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `tokio::sync::RwLock`
[INFO] [stdout]  --> examples/client.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use tokio::sync::RwLock;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 2 arguments but 3 arguments were supplied
[INFO] [stdout]    --> examples/client.rs:12:16
[INFO] [stdout]     |
[INFO] [stdout]  12 |     let conn = client("ws://localhost:8080", "my-room", doc).await?;
[INFO] [stdout]     |                ^^^^^^                        --------- unexpected argument #2 of type `&'static str`
[INFO] [stdout]     |
[INFO] [stdout] note: function defined here
[INFO] [stdout]    --> src/client.rs:129:14
[INFO] [stdout]     |
[INFO] [stdout] 129 | pub async fn client(
[INFO] [stdout]     |              ^^^^^^
[INFO] [stdout] help: remove the extra argument
[INFO] [stdout]     |
[INFO] [stdout]  12 -     let conn = client("ws://localhost:8080", "my-room", doc).await?;
[INFO] [stdout]  12 +     let conn = client("ws://localhost:8080", doc).await?;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0252]: the name `Message` is defined multiple times
[INFO] [stdout]   --> src/bin/client.rs:13:35
[INFO] [stdout]    |
[INFO] [stdout]  3 | use axum::extract::ws::Message;
[INFO] [stdout]    |     -------------------------- previous import of the type `Message` here
[INFO] [stdout] ...
[INFO] [stdout] 13 | use yrs::sync::{Awareness, Error, Message, SyncMessage};
[INFO] [stdout]    |                                   ^^^^^^^ `Message` reimported here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Message` must be defined only once in the type namespace of this module
[INFO] [stdout] help: you can use `as` to change the binding name of the import
[INFO] [stdout]    |
[INFO] [stdout] 13 | use yrs::sync::{Awareness, Error, Message as OtherMessage, SyncMessage};
[INFO] [stdout]    |                                           +++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0252]: the name `Message` is defined multiple times
[INFO] [stdout]   --> src/bin/client.rs:13:35
[INFO] [stdout]    |
[INFO] [stdout]  3 | use axum::extract::ws::Message;
[INFO] [stdout]    |     -------------------------- previous import of the type `Message` here
[INFO] [stdout] ...
[INFO] [stdout] 13 | use yrs::sync::{Awareness, Error, Message, SyncMessage};
[INFO] [stdout]    |                                   ^^^^^^^ `Message` reimported here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Message` must be defined only once in the type namespace of this module
[INFO] [stdout] help: you can use `as` to change the binding name of the import
[INFO] [stdout]    |
[INFO] [stdout] 13 | use yrs::sync::{Awareness, Error, Message as OtherMessage, SyncMessage};
[INFO] [stdout]    |                                           +++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::sync::Arc`
[INFO] [stdout]  --> src/bin/client.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::sync::Arc;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::time::Duration`
[INFO] [stdout]  --> src/bin/client.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::time::Duration;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `OwnedReadHalf` and `OwnedWriteHalf`
[INFO] [stdout]  --> src/bin/client.rs:4:23
[INFO] [stdout]   |
[INFO] [stdout] 4 | use tokio::net::tcp::{OwnedReadHalf, OwnedWriteHalf};
[INFO] [stdout]   |                       ^^^^^^^^^^^^^  ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `TcpListener` and `TcpSocket`
[INFO] [stdout]  --> src/bin/client.rs:5:18
[INFO] [stdout]   |
[INFO] [stdout] 5 | use tokio::net::{TcpListener, TcpSocket};
[INFO] [stdout]   |                  ^^^^^^^^^^^  ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Mutex`, `Notify`, and `RwLock`
[INFO] [stdout]  --> src/bin/client.rs:6:19
[INFO] [stdout]   |
[INFO] [stdout] 6 | use tokio::sync::{Mutex, Notify, RwLock};
[INFO] [stdout]   |                   ^^^^^  ^^^^^^  ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `tokio::task`
[INFO] [stdout]  --> src/bin/client.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use tokio::task;
[INFO] [stdout]   |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `tokio::task::JoinHandle`
[INFO] [stdout]  --> src/bin/client.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use tokio::task::JoinHandle;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `sleep` and `timeout`
[INFO] [stdout]  --> src/bin/client.rs:9:19
[INFO] [stdout]   |
[INFO] [stdout] 9 | use tokio::time::{sleep, timeout};
[INFO] [stdout]   |                   ^^^^^  ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::sync::Arc`
[INFO] [stdout]  --> src/bin/client.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::sync::Arc;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Decoder`, `Encoder`, `FramedRead`, `FramedWrite`, and `LengthDelimitedCodec`
[INFO] [stdout]   --> src/bin/client.rs:10:25
[INFO] [stdout]    |
[INFO] [stdout] 10 | use tokio_util::codec::{Decoder, Encoder, FramedRead, FramedWrite, LengthDelimitedCodec};
[INFO] [stdout]    |                         ^^^^^^^  ^^^^^^^  ^^^^^^^^^^  ^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Awareness`, `Error`, `Message`, and `SyncMessage`
[INFO] [stdout]   --> src/bin/client.rs:13:17
[INFO] [stdout]    |
[INFO] [stdout] 13 | use yrs::sync::{Awareness, Error, Message, SyncMessage};
[INFO] [stdout]    |                 ^^^^^^^^^  ^^^^^  ^^^^^^^  ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::time::Duration`
[INFO] [stdout]  --> src/bin/client.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::time::Duration;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `yrs::updates::encoder::Encode`
[INFO] [stdout]   --> src/bin/client.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | use yrs::updates::encoder::Encode;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `GetString`, `Subscription`, `Text`, and `Transact`
[INFO] [stdout]   --> src/bin/client.rs:15:16
[INFO] [stdout]    |
[INFO] [stdout] 15 | use yrs::{Doc, GetString, Subscription, Text, Transact};
[INFO] [stdout]    |                ^^^^^^^^^  ^^^^^^^^^^^^  ^^^^  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `OwnedReadHalf` and `OwnedWriteHalf`
[INFO] [stdout]  --> src/bin/client.rs:4:23
[INFO] [stdout]   |
[INFO] [stdout] 4 | use tokio::net::tcp::{OwnedReadHalf, OwnedWriteHalf};
[INFO] [stdout]   |                       ^^^^^^^^^^^^^  ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `TcpListener` and `TcpSocket`
[INFO] [stdout]  --> src/bin/client.rs:5:18
[INFO] [stdout]   |
[INFO] [stdout] 5 | use tokio::net::{TcpListener, TcpSocket};
[INFO] [stdout]   |                  ^^^^^^^^^^^  ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Mutex`, `Notify`, and `RwLock`
[INFO] [stdout]  --> src/bin/client.rs:6:19
[INFO] [stdout]   |
[INFO] [stdout] 6 | use tokio::sync::{Mutex, Notify, RwLock};
[INFO] [stdout]   |                   ^^^^^  ^^^^^^  ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `tokio::task`
[INFO] [stdout]  --> src/bin/client.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use tokio::task;
[INFO] [stdout]   |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `tokio::task::JoinHandle`
[INFO] [stdout]  --> src/bin/client.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use tokio::task::JoinHandle;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `sleep` and `timeout`
[INFO] [stdout]  --> src/bin/client.rs:9:19
[INFO] [stdout]   |
[INFO] [stdout] 9 | use tokio::time::{sleep, timeout};
[INFO] [stdout]   |                   ^^^^^  ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Decoder`, `Encoder`, `FramedRead`, `FramedWrite`, and `LengthDelimitedCodec`
[INFO] [stdout]   --> src/bin/client.rs:10:25
[INFO] [stdout]    |
[INFO] [stdout] 10 | use tokio_util::codec::{Decoder, Encoder, FramedRead, FramedWrite, LengthDelimitedCodec};
[INFO] [stdout]    |                         ^^^^^^^  ^^^^^^^  ^^^^^^^^^^  ^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Awareness`, `Error`, `Message`, and `SyncMessage`
[INFO] [stdout]   --> src/bin/client.rs:13:17
[INFO] [stdout]    |
[INFO] [stdout] 13 | use yrs::sync::{Awareness, Error, Message, SyncMessage};
[INFO] [stdout]    |                 ^^^^^^^^^  ^^^^^  ^^^^^^^  ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `yrs::updates::encoder::Encode`
[INFO] [stdout]   --> src/bin/client.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | use yrs::updates::encoder::Encode;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `GetString`, `Subscription`, `Text`, and `Transact`
[INFO] [stdout]   --> src/bin/client.rs:15:16
[INFO] [stdout]    |
[INFO] [stdout] 15 | use yrs::{Doc, GetString, Subscription, Text, Transact};
[INFO] [stdout]    |                ^^^^^^^^^  ^^^^^^^^^^^^  ^^^^  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0061`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `wires` (example "client") due to 1 previous error; 2 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/bin/client.rs:31:34
[INFO] [stdout]     |
[INFO] [stdout]  31 |      client_1.send(Message::Text(signal_json)).await?;
[INFO] [stdout]     |                    ------------- ^^^^^^^^^^^ expected `Utf8Bytes`, found `String`
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    arguments to this enum variant are incorrect
[INFO] [stdout]     |
[INFO] [stdout] note: tuple variant defined here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.3/src/extract/ws.rs:719:5
[INFO] [stdout]     |
[INFO] [stdout] 719 |     Text(Utf8Bytes),
[INFO] [stdout]     |     ^^^^
[INFO] [stdout] help: call `Into::into` on this expression to convert `std::string::String` into `Utf8Bytes`
[INFO] [stdout]     |
[INFO] [stdout]  31 |      client_1.send(Message::Text(signal_json.into())).await?;
[INFO] [stdout]     |                                             +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/bin/client.rs:31:34
[INFO] [stdout]     |
[INFO] [stdout]  31 |      client_1.send(Message::Text(signal_json)).await?;
[INFO] [stdout]     |                    ------------- ^^^^^^^^^^^ expected `Utf8Bytes`, found `String`
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    arguments to this enum variant are incorrect
[INFO] [stdout]     |
[INFO] [stdout] note: tuple variant defined here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.3/src/extract/ws.rs:719:5
[INFO] [stdout]     |
[INFO] [stdout] 719 |     Text(Utf8Bytes),
[INFO] [stdout]     |     ^^^^
[INFO] [stdout] help: call `Into::into` on this expression to convert `std::string::String` into `Utf8Bytes`
[INFO] [stdout]     |
[INFO] [stdout]  31 |      client_1.send(Message::Text(signal_json.into())).await?;
[INFO] [stdout]     |                                             +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `msg`
[INFO] [stdout]   --> src/signaling.rs:64:37
[INFO] [stdout]    |
[INFO] [stdout] 64 |             RoomError::InvalidTopic(msg) => ServerError::Signaling(SignalingError::InvalidMessageFormat),
[INFO] [stdout]    |                                     ^^^ help: if this is intentional, prefix it with an underscore: `_msg`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/bin/client.rs:31:20
[INFO] [stdout]    |
[INFO] [stdout] 31 |      client_1.send(Message::Text(signal_json)).await?;
[INFO] [stdout]    |               ---- ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Vec<u8>`, found `Message`
[INFO] [stdout]    |               |
[INFO] [stdout]    |               arguments to this method are incorrect
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected struct `Vec<u8>`
[INFO] [stdout]                 found enum `axum::extract::ws::Message`
[INFO] [stdout] note: method defined here
[INFO] [stdout]   --> src/conn.rs:37:18
[INFO] [stdout]    |
[INFO] [stdout] 37 |     pub async fn send(&self, msg: Vec<u8>) -> Result<(), Error> {
[INFO] [stdout]    |                  ^^^^
[INFO] [stdout] help: call `Into::into` on this expression to convert `axum::extract::ws::Message` into `Vec<u8>`
[INFO] [stdout]    |
[INFO] [stdout] 31 |      client_1.send(Message::Text(signal_json).into()).await?;
[INFO] [stdout]    |                                              +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/bin/client.rs:31:20
[INFO] [stdout]    |
[INFO] [stdout] 31 |      client_1.send(Message::Text(signal_json)).await?;
[INFO] [stdout]    |               ---- ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Vec<u8>`, found `Message`
[INFO] [stdout]    |               |
[INFO] [stdout]    |               arguments to this method are incorrect
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected struct `Vec<u8>`
[INFO] [stdout]                 found enum `axum::extract::ws::Message`
[INFO] [stdout] note: method defined here
[INFO] [stdout]   --> src/conn.rs:37:18
[INFO] [stdout]    |
[INFO] [stdout] 37 |     pub async fn send(&self, msg: Vec<u8>) -> Result<(), Error> {
[INFO] [stdout]    |                  ^^^^
[INFO] [stdout] help: call `Into::into` on this expression to convert `axum::extract::ws::Message` into `Vec<u8>`
[INFO] [stdout]    |
[INFO] [stdout] 31 |      client_1.send(Message::Text(signal_json).into()).await?;
[INFO] [stdout]    |                                              +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0252, E0308.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0252`.
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0252, E0308.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0252`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `wires` (bin "client" test) due to 3 previous errors; 12 warnings emitted
[INFO] [stderr] error: could not compile `wires` (bin "client") due to 3 previous errors; 12 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "afbe6fbe64bb39d0e42c43eaae0d7d84b8673ff70c48688848f9fdbd3d97abcb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "afbe6fbe64bb39d0e42c43eaae0d7d84b8673ff70c48688848f9fdbd3d97abcb", kill_on_drop: false }`
[INFO] [stdout] afbe6fbe64bb39d0e42c43eaae0d7d84b8673ff70c48688848f9fdbd3d97abcb
